Click or drag to resize

Stream Constructor

Overload List
  NameDescription
Public methodStream
Initializes a new instance of the Stream class.
Public methodStream(String)
Initializes a new instance of the Stream class and load data from the specified file.
Public methodStream(String, Byte)
Initializes a new instance of the Stream class and load data from the specified buffer.
Public methodStream(String, Stream)
Initializes a new instance of the Stream class and load data from the specified Stream.
Top
See Also